/* ******************************************** *
 * ****************** layout ****************** *
 * ******************************************** */
#container:after {
    display: block;
    clear: both;
    content: '';
}

.content {
    position: relative;
    padding-top: 0px;
    width: 100%;
}

.view {
    min-height: 300px;
    padding-bottom: 30px;
}

.view.large-top {
    padding-top: 20px;
}

.view.large-bootom {
    padding-bottom: 60px;
}

.view.medium-bootom {
    padding-bottom: 50px;
}

.view.small-bootom {
    padding-bottom: 40px;
}

.view h3 {
    padding-bottom: 16px;
}

.view h5,
.view p {
    padding-bottom: 20px;
    line-height: 26px;
    font-size: 16px;
}

.view img {
    display: block;
    margin: 0 auto 18px;
}

.view.images-no-space>p>img {
    margin-bottom: 0;
}

/* @media screen and (min-width: 1025px) { */
@media screen and (min-width: 1280px) {

    .content,
    .view,
    .context {
        padding-top: 0;
    }

    .view,
    .view.large-top {
        padding-top: 0px;
    }

    .view.narrow {
        margin-right: auto;
        margin-left: auto;
        max-width: 980px;
    }

    .view p {
        padding-bottom: 24px;
        line-height: 30px;
        font-size: 17px;
        color: #646464;
    }
}


/* ******************************************** *
 * ***************** message ****************** *
 * ******************************************** */
.msg {
    padding: 40px 20px;
    line-height: 1.44;
    font-size: 20px;
    text-align: center;
    color: rgba(0, 0, 0, .3);
}

.msg .fa {
    position: relative;
    top: 1px;
    margin-right: 10px;
}


/* ******************************************** *
 * ****************** about ******************* *
 * ******************************************** */
/* ***************** contact ****************** */
.contact {
    text-align: center;
}

.contact h3 {
    padding-bottom: 20px;
    line-height: 1.3;
}

.contact h5 {
    padding: 4px 0;
    line-height: 1.3;
    font-size: 20px;
}

.contact p {
    padding-bottom: 6px;
}

.contact .item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
}

.contact .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.contact .item h5 {
    font-weight: 300;
    color: #5a5a5a;
}

.contact .item-tel h5 {
    color: #888;
}

.contact .item h5:first-child {
    font-weight: 500;
    color: #000;
}

.contact .item p {
    color: #787878;
}

.contact .item-tel .notice {
    line-height: 18px;
    font-size: 12px;
    color: #777;
}

.contact .item-follow h5 {
    margin-bottom: 12px;
}

.contact .item-follow .img {
    margin: 0 auto;
    width: 48%;
    max-width: 220px;
}

.contact .item-follow img {
    display: block;
    margin-bottom: 8px;
}

.contact .item-follow .tips {
    margin: 30px auto;
    font-size: 12px;
    color: #777;
    line-height: 1.7;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .contact .item-follow .img:last-child .tips {
        display: none;
    }
}

@media screen and (min-width: 1025px) {
    .contact h3 {
        margin-bottom: 14px;
        font-size: 28px;
    }

    .contact .item {
        margin-bottom: 20px;
        padding-bottom: 24px;
    }

    .contact .item h5 {
        font-size: 24px;
    }

    .contact .item-address h5 {
        font-size: 22px;
    }

    .contact .item h5:first-child {
        margin-bottom: 8px;
        font-size: 24px;
    }

    .contact .item p {
        font-size: 14px;
        padding-bottom: 10px;
    }

    .contact .item-follow h5:first-child {
        margin-bottom: 34px;
    }

    .contact .item-follow .img {
        display: inline-block;
        vertical-align: top;
        width: 200px;
        padding: 0 20px;
        margin-left: 60px;
    }

    .contact .item-follow .img img {
        display: block;
        margin-bottom: 14px;
    }

    .contact .item-follow .img:first-child {
        margin-left: 0;
    }

    .contact .item-follow .tips {
        margin: 0 -20px;
        font-size: 14px;
        line-height: 1.4;
    }
}


/* ******************************************** *
 * ***************** product ****************** *
 * ******************************************** */
.list-product .banner {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.852%;
    margin-bottom: 20px;
    -webkit-transition: opacity .8s ease,
        -webkit-transform .56s ease;
    transition: opacity .8s ease,
        transform .56s ease;
    opacity: .1;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
}

@media screen and (min-width: 1025px) {
    .list-product .banner {
        padding-top: 32.2917%;
        margin-bottom: 0;
    }

    .list-product .context+.banner {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .list-product .banner.narrow {
        padding-top: 0;
        margin-left: auto;
        margin-right: auto;
        width: 1280px;
        height: 620px;
        height: 440px;
        overflow: hidden;
    }
}

.list-product .banner img {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list-product .banner.like {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.list-product .nav {
    background-color: #f2f2f2;
}

.list-product .nav .item {
    float: left;
    padding: 35px 0;
    width: 33.333333%;
    text-align: center;
}

.list-product .nav .item a {
    display: block;
    margin: 0 auto;
    padding-top: 10px;
    width: 240px;
    height: 220px;
}

.list-product .nav .item img {
    display: block;
    margin: 0 auto;
}

.list-product .nav .item .name {
    margin-top: 10px;
    color: #303030;
    line-height: 20px;
    font-size: 20px;
}

.list-product .nav .item.current .name {
    color: #ff6b00;
}

@media screen and (max-width: 1024px) {
    .list-product .nav {
        display: none;
    }
}

@media screen and (min-width: 1025px) {
    .list-product .nav {
        margin-top: -50px;
        margin-bottom: 50px;
    }
}

.list-product li {
    position: relative;
    width: 100%;
    padding-top: 52%;
}

.list-product li:before {
    background-color: transparent;
}

.list-product li .wrapper,
.list-product li .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.list-product li .img {
    background-color: #fff;
    background-image: none;
    margin-bottom: 0;
    padding-top: 0;
    display: -webkit-flex;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    -webkit-transform: none;
    transform: none;
}

.list-product li img {
    position: static;
    width: 56.2%;
    margin: 0;
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    -webkit-transition: transform 1.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.list-product li .open-text a {
    font-size: 12px;
    padding: 2px 8px;
    -webkit-transition-duration: 1.3s;
    transition-duration: 1.3s;
    -webkit-transition-delay: .46s;
    transition-delay: .46s;
}

.list-product li .text {
    position: relative;
    width: 46%;
    height: 100%;
    padding-left: 8px;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: left;
    justify-content: center;
}

.list-product li .text .title {
    margin-bottom: 20px;
    font-weight: 700;
}

.list-product li.only-model .img img {
    margin-right: 16px;
}

.list-product li.only-model .text {
    padding-left: 0;
    width: 38%;
    align-items: center;
}

@media screen and (max-width: 390px) and (min-width: 355px) {
    .list-product li.compact {
        padding-top: 50%;
    }

    .list-product li.compact img {
        width: 53%;
    }

    .list-product li.compact .text {
        width: 50%;
    }

    .list-product li.only-model .text {
        width: 38%;
    }
}

@media screen and (max-width: 370px) and (min-width: 355px) {
    .list-product li.compact .text {
        width: 52%;
    }

    .list-product li.only-model .text {
        width: 38%;
    }
}

.list-product-cats li img {
    margin-right: 15px;
}

.list-product-cats li .text {
    padding-left: 18px;
}

@media screen and (max-width: 390px) {
    .list-product-cats li img {
        margin-right: 10px;
    }

    .list-product-cats li .text {
        padding-left: 16px;
    }
}

@media screen and (max-width: 370px) {
    .list-product-cats li img {
        margin-right: 8px;
    }

    .list-product-cats li .text {
        padding-left: 12px;
    }
}

@media screen and (max-width: 355px) {
    .list-product-cats li img {
        margin-right: 4px;
    }

    .list-product-cats li .text {
        padding-left: 4px;
    }
}

.list-product-graceful li .img img {
    margin-right: 42px !important;
    width: 45%;
}

.list-product-graceful li .text.with-caption {
    padding-left: 42px;
    width: 100%;
    align-items: flex-start;
    align-items: left;
}

.list-product-graceful li .text.with-caption .title {
    margin-bottom: 12px;
    font-weight: 300;
    font-size: 16px;
}

@media screen and (max-width: 390px) {
    .list-product-graceful li .img img {
        margin-right: 38px !important;
    }

    .list-product-graceful li .text.with-caption {
        padding-left: 38px;
    }
}

@media screen and (max-width: 370px) {
    .list-product-graceful li .img img {
        margin-right: 34px !important;
    }

    .list-product-graceful li .text.with-caption {
        padding-left: 34px;
    }
}

@media screen and (max-width: 355px) {
    .list-product-graceful li .img img {
        margin-right: 26px !important;
    }

    .list-product-graceful li .text.with-caption {
        padding-left: 26px;
    }
}

.list-product-graceful li .text.with-caption p {
    padding-bottom: 6px;
    line-height: 1.3;
    font-size: 18px;
    font-weight: 700;
    opacity: 0;
    -webkit-transition: opacity .92s ease,
        transform 1.66s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity .92s ease,
        transform 1.66s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-delay: .82s;
    transition-delay: .82s;
    -webkit-transform: translateY(2px) scale(.96);
    transform: translateY(2px) scale(.96);
}

.list-product-graceful li.like .text.with-caption p {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}

@media screen and (min-width: 1025px) {
    .list li .open-text {
        margin-bottom: 18px;
    }

    .list li .open-text a {
        color: #555;
        color: #7d7a7a;
        font-size: 20px;
        padding: 4px 14px;
        min-width: 188px;
        border-radius: 4px;
        border-color: #e1e2e4;
    }

    .list-product {
        background-color: #fff;
    }

    .list-product .context {
        max-width: 1140px;
    }

    .list-product ul:after {
        display: table;
        clear: both;
        content: '';
    }

    .list-product li {
        padding-top: 0;
        width: 100%;
        height: 352px;
        height: 420px;
        height: 460px;
        border: none;
        box-shadow: none;
        transition: all .3s linear;
        -webkit-transition: all .3s linear;
    }

    .list-product li:hover {
        /*border: 1px solid #e8e8e8;*/
        box-shadow: 2px 4px 20px rgba(0, 0, 0, .08);
    }

    .list-product li:nth-of-type(2n+1) {
        margin-left: 0;
    }

    .list-product li .wrapper {
        display: -webkit-flex;
        display: flex;
    }

    .list-product li:nth-of-type(even) .wrapper {
        justify-content: flex-end;
    }

    .list-product li .img {
        left: auto;
        right: 5.36%;
        width: 100%;
        max-width: 635px;
    }

    .list-product-graceful li .img img,
    .list-product li img {
        width: 52%;
        width: 62.8%;
        width: 70.8%;
        margin-right: 0 !important;
    }

    .list-product-graceful li .img img {
        width: 68%;
        width: 76%;
    }

    .list-product-graceful li:nth-of-type(even) .img img,
    .list-product li:nth-of-type(even) .img {
        justify-content: flex-end;
        right: auto;
        left: 5.36%;
    }

    .list-product li .text {
        margin-left: 13.85%;
        padding-left: 0 !important;
        width: auto !important;
    }

    .list-product li:nth-of-type(even) .text {
        /*align-items: flex-end;*/
        margin-left: 0;
        margin-right: 13.85%;
    }

    .list-product li .text .title {
        font-size: 30px;
        font-weight: normal;
    }

    .list-product-graceful li .text.with-caption .title {
        font-size: 25px;
    }

    .list-product-graceful li .text.with-caption p {
        color: #545454;
        font-size: 30px;
        font-weight: normal;
    }
}

.list-product .video-container {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.list-product .video {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    margin-bottom: 20px;
    -webkit-transition: opacity .8s ease,
        -webkit-transform .56s ease;
    transition: opacity .8s ease,
        transform .56s ease;
    opacity: .1;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
}

.list-product .video.like {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.list-product .video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 1025px) {
    .list-product .video-container {
        max-width: 912px;
    }
}


/* ******************************************** *
 * ****************** create ****************** *
 * ******************************************** */
/* ***************** platform ***************** */
.list-platform li {
    padding-bottom: 30px;
}

.list-platform li .img {
    margin-bottom: 36px;
}

.list-platform li .gap {
    padding-bottom: 0;
}

.list-platform li .title {
    /*padding-right: 130px;*/
}

.list-platform li .open-text {
    position: relative;
}

.list-platform li .open-text a {
    position: absolute;
    right: 0;
    bottom: 100%;
    margin-bottom: 2px;
}

.list-platform li .title {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.list-platform li .open-text a {
    -webkit-transform: translateX(28px);
    transform: translateX(28px);
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s;
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
}

@media screen and (max-width: 1024px) {
    .list-platform li .open-text {
        display: none;
    }
}

@media screen and (min-width: 1025px) {
    .list-platform li .gap {
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: left;
        justify-content: center;
    }

    .list-platform li .open-text {
        margin-top: 24px;
        margin-bottom: 0;
    }

    .list-platform li .open-text a {
        position: static;
        padding: 4px 10px;
        min-width: 100px;
        font-size: 12px;
        border-color: rgba(225, 226, 228, .38);
    }
}

/* ************** qualifications ************** */
.qualifications p {
    padding-bottom: 24px;
}

.qualifications p img {
    margin-bottom: 15px;
}

@media screen and (min-width: 1025px) {
    .qualifications p img {
        margin-left: 0;
        /*max-width: 350px;*/
    }
}

/* **************** incubation **************** */
.incubation h4 {
    padding-bottom: 20px;
}

.incubation p {
    padding-bottom: 50px;
    color: #646464;
}

@media screen and (min-width: 1025px) {
    .incubation h4 {
        font-weight: 700;
    }
}


/* ******************************************** *
 * ****************** sales ******************* *
 * ******************************************** */
/* ****************** store ******************* */
.store {
    background-color: #fff;
}

.store .banner {
    position: relative;
    height: 0;
    padding-top: 46.296%;
    overflow: hidden;
}

@media screen and (min-width: 1025px) {
    .store .banner {
        padding-top: 1%;
    }
}

.store .banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .45;
    object-fit: cover;
    -webkit-transition: opacity .92s ease,
        -webkit-transform 1.66s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity .92s ease,
        transform 1.66s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.store .banner.like img {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.store .view {
    padding-bottom: 50px;
}

.store.list .context {
    padding: 0 16px;
}

.store .item .title {
    margin-top: 40px;
    padding: 8px 0 16px;
    font-size: 20px;
    border-bottom: 1px solid #e2e2e2;
}

.store .item:first-child .title {
    margin-top: 0;
}

.store .item .title .name {
    padding-bottom: 5px;
    font-size: 1em;
}

.store .item ol li {
    margin-bottom: 0;
    padding: 14px 0;
    color: #5b5b5b;
    border-bottom: 1px solid #e2e2e2;
}

.store .item ol li h5,
.store .item ol li p {
    padding-bottom: 0;
    font-size: 15px;
    line-height: 27px;
}

@media screen and (max-width: 1024px) {
    .store .item:last-child ol li:last-child {
        border: none;
    }
}

@media screen and (min-width: 1025px) {
    .store .item {
        float: left;
        padding: 0 15px;
        width: 50%;
    }

    .store .item .title {
        margin-top: 0;
        padding-bottom: 24px;
        font-size: 24px;
    }

    .store .item .title .name {
        margin-bottom: 8px;
    }

    .store .item ol li {
        height: auto;
        box-shadow: none;
    }

    .store .item ol li h5 {
        margin-bottom: 2px;
    }

    .store .item ol li h5,
    .store .item ol li p {
        font-size: 16px;
        line-height: 36px;
    }
}

.store .view.xm {
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
}

.store .xm .panel-title>a {
    position: relative;
    margin-right: 14px;
    display: block;
}

.store .xm .panel-title>a:before {
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: -14px;
    margin-top: -8px;
    content: '+';
    height: 16px;
    line-height: 16px;
    color: #666;
    font-size: 16px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
}

.store .xm .panel-title>a.collapsed:before {
    -webkit-transform: none;
    transform: none;
}

.store .xm .panel-title .tel {
    margin-left: 20px;
    opacity: .9;
}

.store .xm .addr-item {
    margin-top: 30px;
}

.store .xm .addr-item h5,
.store .xm .addr-item p {
    padding-bottom: 0;
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 20px;
}

.store .xm .addr-item h5 {
    color: #ff6b00;
}

@media screen and (max-width: 1024px) {
    .store .xm .addr-item:first-child {
        margin-top: 0;
    }
}

@media screen and (max-width: 390px) {
    .store .xm .panel-title .tel {
        margin-left: 14px;
    }
}

@media screen and (max-width: 368px) {
    .store .xm .panel-title .tel {
        margin-left: 8px;
        font-size: 13px;
    }
}

@media screen and (min-width: 1025px) {
    .store.list .view.xm .context {
        padding: 0;
    }

    .store .xm .panel-title {
        font-size: 20px;
    }

    .store .xm .panel-title .tel {
        font-size: 16px;
    }

    .store .xm .addr-item {
        float: left;
        width: 250px;
        height: 80px;
        margin-left: 102px;
        margin-top: 15px;
    }

    .store .xm .addr-item:nth-of-type(3n+1) {
        margin-left: 0;
    }
}

/* ****************** dealer ****************** */
.dealer h2 {
    text-align: center;
}

.dealer .items {
    margin: 40px 0;
}

.dealer .item {
    float: left;
    width: 29.333333%;
    margin-left: 6%;
    margin-bottom: 20px;
    border: 1px solid #efefef;
}

.dealer .item img {
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .dealer .item:nth-of-type(3n+1) {
        margin-left: 0;
    }
}

@media screen and (min-width: 1025px) {
    .dealer h2 {
        font-size: 40px;
    }

    .dealer .items {
        margin: 80px auto;
        max-width: 990px;
    }

    .dealer .item {
        width: 17.979798%;
        margin-left: 2.5252525%;
        margin-bottom: 50px;
    }

    .dealer .item:nth-of-type(5n+1) {
        margin-left: 0;
    }
}